Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write Method / Write(Char[],Int32,Int32) Method

In This Topic
    Write(Char[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal chars() As System.Char, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void Write( 
       System.char[] chars,
       System.int index,
       System.int count
    )

    Parameters

    chars
    index
    count
    See Also